
The patient information template (patient-template.txt) needs to be selected in accordance
with your local standard date format, because it contains a field for the date of birth.

Possible date formats are
	dd/MM/yyyy	-->	DMY_SLASH
	dd.MM.yyyy	-->	DMY_DOT
	dd-MM-yyyy	-->	DMY_DASH
	yyyy-MM-dd	-->	YMD_DASH
	yyyy.MM.dd	-->	YMD_DOT
	MM/dd/yyyy	-->	MDY_SLASH
	
Please use the patient-template.txt from the folder that corresponds to your local date format.